@charset "utf-8";

#footer{
	width: 100%;
	background: #dedede;
	position: relative;
	z-index: 0;
}

#footer .link{
	background: #1e7ed2;
}
#footer .linkList{
	position: relative;
	height: 50px;
}
#footer .linkList .title{
	line-height: 50px;
	left: 0px;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	display: block;
	top: 0;
	color: #fff;
}
#footer .linkList ul{
	padding-left: 160px;
	padding-top: 7px;
}
#footer .linkList ul li{
	float: left;
	width: 20%;
	margin-left: 0%;
	position: relative;
}
#footer .linkList ul li a{
	background: url(../images/link_icon.png) no-repeat 110px center;
	background-size: 14px;
	border-radius: 5px;
	height: 36px;
	line-height: 36px;
	display: block;
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
}


#footer .linkList ul li span{
	display: none;
	position: absolute;
	z-index: 9;
	width: 100%;
	height: auto;
	background: #FFF;
	border: 1px solid #E2E2E2;
	top: 35px;
	left: 0;
	padding: 10px 0;
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.2);       
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.2);       
	box-shadow:0px 0px 10px rgba(0,0,0,0.2); 	
}
#footer .linkList ul li:hover span{
	display: block;
}
#footer .linkList ul li span a{
	padding-left: 0;
	margin-left: 8%;
	background: none;
	border-radius: 0;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #000;
	font-size: 14px;
}
#footer .linkList ul li span a:hover{
	color: #EC141D;
}
#footer .linkList ul li.list_02 span{
	width: 150%;
	left: 0;
	z-index: 3;
}
#footer .linkList ul li.list_02 span a{
	margin-left: 4%;
	width: 46%;
	float: left;
}
#footer .linkList ul li.list_03 span{
	width: 330%;
	left: 0;
	z-index: 3;
}
#footer .linkList ul li.list_03 span a{
	margin-left: 4%;
	width: 28%;
	float: left;
}

#footer .footerCon{
	overflow: hidden;
	padding:25px 0 0 0;
}

#footer .footerCon  dl{
	float: left;
	overflow: hidden;
}

#footer .footerCon  dt{
	margin-bottom: 10px;
	font-size: 18px;
}
#footer .footerCon  dd{
	width: 150px;
}
#footer .footerCon  dl.w{
	width: 270px;
}
#footer .footerCon dl.end{
	width: 100px;
}

#footer .footerCon  dd a{
	display: block;
	font-size: 14px;
	color: #777;
}
#footer .footerCon  dd.list-03,
#footer .footerCon  dd.list-05{
	width: 250px;
	padding-right: 50px;
}
#footer .footerCon  dd.list-03 a,
#footer .footerCon  dd.list-05 a{
	width: 50%;
	float: left;
}
#footer .footerCon  dd a:hover{
	color:#C00000;
}
#footer .footerCon  dd p{
	color: #777;
}



#footer .copy{
	margin:30px auto 0;
	padding: 0 0 10px ;
	overflow: hidden;
}
#footer .copy .mainBox{
	position: relative;
	/*background: url(../images/logo.do) no-repeat left 15px;*/
	background-size: 230px;	
	padding: 15px 0 0 250px;
	border-top: 1px solid #e6e6e6;
	overflow: hidden;
	height: 130px;
}
#footer .copy span{
	display: block;
	margin-bottom: 10px;
	position: absolute;
	left: 0;
	top: 65px;
	font-size:12px;
}
#footer .copy p{
	font-size: 12px;
}

#footer .weixin,
#footer .phone{
	position: absolute;
	right: 0;
	top: 15px;
	text-align: center;
	font-size:12px;
}
#footer .weixin{
	right: 110px;
}
#footer .weixin img,
#footer .phone img{
	display: block;
	width: 85px;
	
}
#footer .weixin b,
#footer .phone b{
	font-weight: normal;
}

@media screen and (max-width: 768px) {

#footer{
	width: 100%;
	background: #dedede;
	position: relative;
	z-index: 0;
	border-top: 3px solid #EC141D;
}

#footer .link{
	/*background: #EC141D;*/
	display: none;
}
#footer .linkList{
	position: relative;
	height: 60px;
}
#footer .linkList .title{
	line-height: 60px;
	left: 0px;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	display: block;
	top: 0;
	color: #fff;
}
#footer .linkList ul{
	padding-left: 160px;
	padding-top: 12px;
}
#footer .linkList ul li{
	float: left;
	width: 20%;
	margin-left: 0%;
	position: relative;
}
#footer .linkList ul li a{
	background: url(../images/link_icon.png) no-repeat 110px center;
	background-size: 14px;
	border-radius: 5px;
	height: 36px;
	line-height: 36px;
	display: block;
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
}


#footer .linkList ul li span{
	display: none;
	position: absolute;
	z-index: 9;
	width: 100%;
	height: auto;
	background: #FFF;
	border: 1px solid #E2E2E2;
	top: 35px;
	left: 0;
	padding: 10px 0;
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.2);       
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.2);       
	box-shadow:0px 0px 10px rgba(0,0,0,0.2); 	
}
#footer .linkList ul li:hover span{
	display: block;
}
#footer .linkList ul li span a{
	padding-left: 0;
	margin-left: 8%;
	background: none;
	border-radius: 0;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #000;
	font-size: 14px;
}
#footer .linkList ul li span a:hover{
	color: #EC141D;
}
#footer .linkList ul li.list_02 span{
	width: 200%;
	left: 0;
	z-index: 3;
}
#footer .linkList ul li.list_02 span a{
	margin-left: 4%;
	width: 46%;
	float: left;
}

#footer .footerCon{
	/*overflow: hidden;
	padding:30px 0 0 0;*/
	display: none;
}

#footer .footerCon  dl{
	float: left;
	overflow: hidden;
	width: 200px;
}

#footer .footerCon  dt{
	margin-bottom: 15px;
	font-size: 18px;
}
#footer .footerCon  dd{
}
#footer .footerCon  dl.w{
	width: 270px;
}
#footer .footerCon dl.end{
	width: 100px;
}

#footer .footerCon  dd a{
	display: block;
}
#footer .footerCon  dd a:hover{
	color:#EC141D;
}
#footer .footerCon  dd p{
	color: #777;
}



#footer .copy{
	margin:10px auto 0;
	padding: 0 0 10px ;
	overflow: hidden;
	text-align: center;
}
#footer .copy .mainBox{
	position: relative;
	background: none;
	background-size: 230px;	
	padding: 0px 0 0 0;
	border-top: 0;
	overflow: hidden;
	height: auto;
	text-align: center;
}
#footer .copy span{
	display: block;
	margin-bottom: 10px;
	position: relative;
	left: 0;
	top: 0px;
	font-size:12px;
}
#footer .copy p{
	font-size: 12px;
}

#footer .weixin,
#footer .phone{
	display: none;
	position: absolute;
	right: 0;
	top: 15px;
	text-align: center;
	font-size:12px;
}
#footer .weixin{
	right: 110px;
}
#footer .weixin img,
#footer .phone img{
	display: block;
	width: 85px;
	
}
#footer .weixin b,
#footer .phone b{
	font-weight: normal;
}
	
/*移动版样式*/
}